Vcenter Lcm Notification

Vcenter Lcm Notification
Vcenter Lcm Notification

The Vcenter Lcm Notification schema describes a notification that can be reported by the appliance task, which can be of type info, warning or errors.

JSON Example
{
    "id": "string",
    "time": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "resolution": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
id
Required

The notification id.

string As date-time As date-time
time
Optional

The time the notification was raised/found.

Only if the time information is available.

message
Required

The notification message.

resolution
Optional

The resolution message, if any.

Only set for warnings and errors.